gdk/popup-layout: Remove leftover struct field
authorJonas Ådahl <jadahl@gmail.com>
Fri, 21 Feb 2020 20:28:03 +0000 (21:28 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Fri, 21 Feb 2020 20:42:52 +0000 (21:42 +0100)
The layouts never "seal", as they did in an earlier revision, so remove
the seal field.

gdk/gdkpopuplayout.c

index 7bc7704c6464eeba925b6c8575b0bad5afa9ee01..4509944c555bc168c83bd27a67a821977011d994 100644 (file)
@@ -33,8 +33,6 @@ struct _GdkPopupLayout
   GdkAnchorHints anchor_hints;
   int dx;
   int dy;
-
-  gboolean is_sealed;
 };
 
 G_DEFINE_BOXED_TYPE (GdkPopupLayout, gdk_popup_layout,